home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / watch / watch.doc < prev    next >
Text File  |  1990-12-26  |  3KB  |  88 lines

  1.  
  2.                                        
  3.                     Watch -- Multi-Function MIDI Analyzer
  4.                        Copyright 1990,  Kevin Weiner
  5.                             All rights reserved
  6.  
  7.  
  8. Hardware
  9. --------
  10.  
  11. Watch needs a minimum of 162K of available ram for the program code,
  12. though 280K or more is recommended to permit large enough data areas for
  13. processing incoming data.  Additional space is required to work with
  14. standard MIDI files. 
  15.  
  16. The following MIDI interfaces are supported: all Roland MPU-401
  17. compatibles, IBM Music Feature card, Key Electronice MIDIator, 
  18. Creative Labs SOUND BLASTER (with MIDI adapter). 
  19.  
  20.  
  21. Directories
  22. -----------
  23.  
  24. For ease of use, it is recommended that WATCH.EXE and its associated
  25. files be kept in a subdirectory in the DOS path.  The help files are
  26. assumed to be in the current directory, or else in the path.  When Watch
  27. exits it updates the file WATCH.STP with any setup changes that were
  28. made.  The first time the program is run, that file is created in the
  29. current directory if it was not found.  Watch will also search the path
  30. for the setup file, so if only one setup file is desired, it should be
  31. moved to a path directory. 
  32.  
  33.  
  34. Device setup
  35. ------------
  36.  
  37. To select special MIDI device options, include the -d option on the
  38. Watch command line.  The -d option identifies the MIDI interface(s) in
  39. use, and optionally, the IRQ and base I/O address:
  40.  
  41.              -dmfc      selects IBM Music Feature
  42.              -dmpu      selects MPU-401 compatible
  43.              -dmidiator selects MIDIator
  44.              -dsbmidi   selects SOUND BLASTER MIDI
  45.  
  46.              (The first 3 letters of the device name are sufficient.)
  47.  
  48.     The MIDIator cannot be detected automatically and the -dmid option
  49.     must always be specified if one is in use.  
  50.  
  51.     Optional IRQ and I/O port address information can be added following
  52.     the device id if necessary:
  53.  
  54.              -dxxx:<irq>:<ioaddr>
  55.  
  56.     For example, to define an MPU-compatible interface using IRQ 5 and I/O
  57.     address 332 (hex), use:
  58.  
  59.              -dMPU:5:332
  60.  
  61.     If only the I/O address is required but the default IRQ is alright,
  62.     use -dMPU::332.
  63.  
  64.     The irq and ioaddr are not relevant to the MIDIator, though the first
  65.     option number can be given to indicate use of the com port 2 instead of
  66.     the default com 1.  (ex: -dmid:2)
  67.  
  68.     To set up a device before hand, define the "opt1" environment variable
  69.     to be the -d option that would be included on the command line.  For
  70.     example:
  71.                   set opt1=-dmpu:5:332
  72.  
  73.     This line would generally be added to the autoexec.bat file to 
  74.     select the option permanently.
  75.  
  76.  
  77. Help
  78. ----
  79.  
  80. All data entry within Watch is self-prompting.  More complete usage
  81. information is contained in the help files, WATCH1.HLP and WATCH2.HLP. 
  82. The help files may be viewed within the program via the F1 help option
  83. on any screen.  They may also be viewed as normal text files, or
  84. printed.  If using an editor to view them, be careful not to modify
  85. them, since they are specially formatted and may not be viewable within
  86. the program if modified. 
  87.  
  88.